Package-level declarations

Types

Link copied to clipboard

Check document detection and extraction mode.

Link copied to clipboard

Check magnetic ink (MICR) strip scanning status.

Link copied to clipboard
interface CheckScanner

Interface for CheckScanner API. See class documentation for more details.

Link copied to clipboard
data class CheckScannerConfiguration(var documentDetectionMode: CheckDocumentDetectionMode = CheckDocumentDetectionMode.DISABLED, var acceptedCheckStandards: List<CheckStandard> = listOf( ), var processingMode: ProcessingMode = ProcessingMode.AUTO) : Parcelable

Configuration of the check scanner.

Link copied to clipboard
data class CheckScanningResult(val status: CheckMagneticInkStripScanningStatus = CheckMagneticInkStripScanningStatus.ERROR_NOTHING_FOUND, val check: GenericDocument?, val documentDetectionResult: DocumentDetectionResult?, val croppedImage: ImageRef? = null) : AutoCloseable, Parcelable

The result of check scanning.

Link copied to clipboard

Supported check standards.

Link copied to clipboard
class ScanbotSdkCheckScanner : SelfDisposable, CheckScanner

API for check scanning.